home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17985 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: solon.com!not-for-mail
  2. From: feb6399@osfmail.isc.rit.edu (Frank Barrus)
  3. Newsgroups: comp.lang.c,comp.lang.c.moderated,comp.lang.c++,comp.lang.misc
  4. Subject: Re: Need C or C++ Embedded Interpreter
  5. Date: 18 Apr 1996 07:34:30 -0500
  6. Organization: Rochester Institute of Technology, Rochester, NY
  7. Sender: clc@solutions.solon.com
  8. Approved: clc@solutions.solon.com
  9. Message-ID: <4l5csm$1vt@solutions.solon.com>
  10. References: <4kn3da$3mv@solutions.solon.com>
  11. NNTP-Posting-Host: solutions.solon.com
  12.  
  13. In article <4kn3da$3mv@solutions.solon.com>,
  14. Bob Feather  <seggroup@packet.net> wrote:
  15. >Needed ASAP....
  16. >
  17. >I need to find a C or C++ interpreter that I can embed in an 
  18. >application.  Input for the interpreter will be from a file and 
  19. >the output of the interpreter will be back to the calling 
  20. >function (ie preferrably NOT to a file).
  21. >
  22. >Any suggestions on products, experiences with such products 
  23. >would be helpful.
  24. >
  25. >tia...
  26.  
  27. Something I'm working on now might be applicable.  I've been
  28. developing a general purpose CParse class and general purpose
  29. symbol table support (clas SymTab) for it.  Using these, and
  30. some support from my CAction class, you can implement a simple
  31. interpreter fairly easily (in fact, I'm doing so for a shell)
  32. This should all be available in a month or so, if you don't
  33. find anything in the meantime.
  34.     Check out http://www.csh.rit.edu/~shaggy
  35.  
  36.  
  37. -- 
  38. Frank "Shaggy" Barrus: feb6399@osfmail.isc.rit.edu, shaggy@csh.rit.edu
  39. http://www.csh.rit.edu/~shaggy
  40.